home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-13 | 1.6 KB | 60 lines |
- SRCS = tar.c create.c extract.c mangle.c buffer.c getoldopt.c update.c gnu.c \
- version.c list.c diffarch.c port.c wildmat.c getopt.c getdate.c \
- regex.c getopt1.c sas_amiga.c sas_amiga2.c
-
- OBJS = tar.o create.o extract.o mangle.o buffer.o getoldopt.o update.o gnu.o \
- version.o list.o diffarch.o port.o wildmat.o getopt.o getdate.o \
- regex.o getopt1.o sas_amiga.o sas_amiga2.o
-
- GNUTar: $(OBJS)
-
- SLINK LIB:c.o,$(OBJS) TO GNUTar LIB LIB:sc.lib LIB:amiga.lib WITH REDEFINES.WTH
-
- smake -f smakefile030
- smake -f smakefile040
- smake -f smakefile060
-
- Copy GNUTar /
- Copy GNUTar030 /
- Copy GNUTar040 /
- Copy GNUTar060 /
-
- tar.o: tar.c
- SC tar.c
- create.o: create.c
- SC create.c
- extract.o: extract.c
- SC DEFINE=BSD42 extract.c
- mangle.o: mangle.c
- SC DEFINE=BSD42 mangle.c
- buffer.o: buffer.c
- SC buffer.c
- getoldopt.o: getoldopt.c
- SC getoldopt.c
- update.o: update.c
- SC update.c
- gnu.o: gnu.c
- SC gnu.c
- version.o: version.c
- SC version.c
- list.o: list.c
- SC list.c
- diffarch.o: diffarch.c
- SC DEFINE=BSD42 diffarch.c
- port.o: port.c
- SC port.c
- wildmat.o: wildmat.c
- SC wildmat.c
- getopt.o: getopt.c
- SC getopt.c
- getdate.o: getdate.c
- SC IGNORE=181 getdate.c
- regex.o: regex.c
- SC IGNORE=104 NOOPTGLOBAL regex.c
- getopt1.o: getopt1.c
- SC getopt1.c
- sas_amiga.o: sas_amiga.c
- SC sas_amiga.c
- sas_amiga2.o: sas_amiga2.c
- SC sas_amiga2.c
-